UserDataProfile

public interface UserDataProfile

User's profile data containing address and contact information used for web form autofill functionality.

Please note, this class is for storing autofill data and should not be confused with a browser's user profile, which manages settings, bookmarks, extensions, etc.

Since

7.23

See also

Types

Link copied to clipboard
public final class Builder
A builder of UserDataProfile.

Functions

Link copied to clipboard
public Address address()
The address of the user.
Link copied to clipboard
The company of the user.
Link copied to clipboard
public String email()
The email of the user.
Link copied to clipboard
public String fullName()
The full name of the user.
Link copied to clipboard
public static UserDataProfile.Builder newBuilder(Address address)
Creates a new UserDataProfile builder with the given required parameters.
Link copied to clipboard
The phone number of the user.